A variable stored with the Vault object for as long as the current user has the vault open. The variable is local to the user and cannot be seen by other users.
Syntax
Argument(Name) As Variant
Remarks
The value of Name is case-sensitive.
Following are the predefined, read-only Vault object arguments that you can use to obtain additional information that may be useful when working with particular events.Argument | Description |
---|---|
Vault.Argument("__$$RelatedTransmittal") | A reference to a transmittal document that is related to a submittal. Useful in the DocGenericEvent_BeforeNewDocument event. |
Vault.Argument("__$$SubmittalSender") | A reference to the sender of a submittal. Useful in the DocGenericEvent_BeforeNewDocument event. |
For more information about arguments, see Understanding object arguments.
Related concepts